projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289df0f
)
(texinfo-no-refill-regexp): add "itemize\\|" because of a problem with
author
Robert J. Chassell
<bob@rattlesnake.com>
Sun, 24 Nov 2002 02:18:01 +0000
(
02:18
+0000)
committer
Robert J. Chassell
<bob@rattlesnake.com>
Sun, 24 Nov 2002 02:18:01 +0000
(
02:18
+0000)
@end itemize@refill, but worry whether this causes other problems.
lisp/textmodes/texinfmt.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfmt.el
b/lisp/textmodes/texinfmt.el
index 705cf2f534d5959040d9c9325a36d05bc6024bf6..05af40f1f9446e707e275ad9aa61391a866c5d76 100644
(file)
--- a/
lisp/textmodes/texinfmt.el
+++ b/
lisp/textmodes/texinfmt.el
@@
-477,6
+477,12
@@
if large. You can use Info-split to do this manually."
(concat
"^@"
"\\("
+ ;; add "itemize\\|" (from experiment of 2001 Nov 28)
+ ;; because of a problem with @end itemize@refill
+ ;; I don't know if this causes other problems.
+ ;; I suspect itemized lists don't get filled properly and a
+ ;; more precise fix is required. Bob
+ "itemize\\|"
"direntry\\|"
"lisp\\|"
"smalllisp\\|"